object fmSome: TfmSome Left = 526 Top = 475 HelpContext = 820 ActiveControl = edName BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Register PicoZip' ClientHeight = 267 ClientWidth = 482 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object laInstructions: TLabel Left = 8 Top = 8 Width = 465 Height = 122 AutoSize = False Caption = 'Please enter your name and registration code EXACTLY as they app' + 'ear in the registration instructions that you received, then cli' + 'ck the "Register" button. '#13#10#13#10'The easiest way to do this is to c' + 'opy all the license information from the registration email that' + ' you received to the clipboard, then come back to this window. Y' + 'our name and registration code will then be automatically displa' + 'yed below. If you need more assistance, click the "Help" button.' + #13#10#13#10'If you have yet to pay the PicoZip registration fee, click t' + 'he "Continue Unregistered" button to continue your evaluation, o' + 'r click the "Buy Now" button to order online.' Transparent = True WordWrap = True end object laName: TLabel Left = 8 Top = 136 Width = 129 Height = 13 AutoSize = False Caption = '&Name' FocusControl = edName end object laSome: TLabel Left = 8 Top = 184 Width = 137 Height = 13 AutoSize = False Caption = 'Registration &Code' FocusControl = edSome end object edName: TEdit Left = 8 Top = 152 Width = 465 Height = 21 TabOrder = 0 end object edSome: TEdit Left = 8 Top = 200 Width = 465 Height = 21 TabOrder = 1 end object buRegister: TButton Left = 8 Top = 235 Width = 140 Height = 25 Caption = '&Register' Default = True TabOrder = 2 OnClick = buRegisterClick end object buContinue: TButton Left = 155 Top = 235 Width = 140 Height = 25 Caption = '&Continue Unregistered' TabOrder = 3 OnClick = buContinueClick end object buHelp: TButton Left = 390 Top = 235 Width = 83 Height = 25 Caption = '&Help' TabOrder = 4 OnClick = buHelpClick end object buBuy: TButton Left = 301 Top = 235 Width = 83 Height = 25 Caption = '&Buy Now' TabOrder = 5 OnClick = buBuyClick end object tiSome: TTimer Enabled = False Interval = 50 OnTimer = tiSomeTimer Left = 448 Top = 120 end end